home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / pc / acrobat reader 5 pc / plug_ins / escript.api / EXVW / 5800 < prev    next >
Text File  |  2002-12-13  |  763b  |  24 lines

  1. dialog(name: '$$$/Dialogs/DocAction')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         view(align_children: align_top)
  6.         {
  7.             view(align_children: align_left)
  8.             {
  9.                 static_text(item_id: 'sta1', name: '$$$/Dialogs/DocAction/Status');
  10.                 list_box(item_id: 'list', width: max_char_width() * 16, height: gEditTextHeight * 7);
  11.             }
  12.             view(align_children: align_fill)
  13.             {
  14.                 gap(height: gEditTextHeight);
  15.                 button(item_id: 'edit', name: '$$$/Dialogs/DocAction/EditButton');
  16.                 button(item_id: 'eall', name: '$$$/Dialogs/DocAction/AllButton');
  17.             }
  18.         }
  19.         static_text(item_id: 'sta2', name: '$$$/Dialogs/DocAction/Message');
  20.         static_text(item_id: 'scrt', alignment: align_fill, height: gEditTextHeight * 4, multiline: true);
  21.         ok_cancel();
  22.     }
  23. }
  24.